|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpow.webserver.Md5
public class Md5
tool class to implemente MD5 encoding ( found on the web )
| Constructor Summary | |
|---|---|
Md5()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
encode(java.lang.String password)
|
static void |
main(java.lang.String[] args)
example |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Md5()
| Method Detail |
|---|
public static java.lang.String encode(java.lang.String password)
password - the string to encode with MD5 algorithm
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||